home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / slperl.zoo / atarist / usersub.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-05  |  174 b   |  12 lines

  1. #include "EXTERN.h"
  2. #include "perl.h"
  3. #include <stdio.h>
  4.  
  5. int userinit()
  6. {
  7. #ifndef __MINT__
  8.     install_null();    /* install device /dev/null or NUL: */
  9. #endif
  10.     return 0;
  11. }
  12.